home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
076-100
/
disk_085
/
filereq
/
makefile
next >
Wrap
Makefile
|
1992-05-06
|
413b
|
22 lines
OFILES= test.o stdfile.o PatMatch.o VolList.o
CFILES= test.c stdfile.c PatMatch.c VolList.c
TEXT= Makefile readme
OTHERS= $(TEXT) test
.SUFFIXES: .c .o .h
.c.o:
@-ram:c/del $*.o
cc +P -S -B -DAMIGA $*.c
test: $(OFILES)
@-ram:c/del test
ln -o test $(OFILES) -lcl32
stdfile.arc: $(CFILES) $(OTHERS)
@-ram:c/del stdfile.arc
arc a stdfile $(CFILES) $(OTHERS)
print: $(CFILES) $(TEXT)
pr $(CFILES) $(TEXT)